home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Serious Demos / XTension demo / XTension manual 2.0 / XTension manual 2.0.rsrc / TEXT_159.txt < prev    next >
Text File  |  1998-07-18  |  6KB  |  118 lines

  1. Using multiple Macs in your system :  
  2.  
  3. You can monitor and control XTension from any other Mac that you
  4. have connected to your home network, and even from a dial-in.
  5.  
  6. So you might have an old Mac in the basement or closet, and control it
  7. from other Macs in the house.
  8.  
  9. With XTension running on your 'Host' Mac, copy the database to another
  10. Mac and start up XTension there in 'Monitor' mode.
  11.  
  12. The 'Monitor' copy of XTension tells the Host to transfer a 'snapshot'
  13. of the current database values to the Monitor.
  14.  
  15. The two machines then 'Target' each other.   This means that any events
  16. which occur at the Host will be sent to the Monitor.  These events appear
  17. on the Monitor as if they were occurring locally.
  18.  
  19. And, commands issued manually at the Monitor will be sent to the
  20. Host where they are executed as if they were issued at the Host.
  21.  
  22. Thus, you can start and stop the Monitor copy anytime and easily
  23. bring it up later on the same or different Mac.
  24.  
  25. Since you may have an older Mac as the Host in the closet, you won't
  26. want to burden it with a lot of graphic displays to update with each
  27. event that occurs.  
  28.  
  29. However, on your Mac in the Den with that large color screen, you can
  30. display all the windows you want without burdening the Mac that is
  31. doing the real work.
  32.  
  33. You can create a system where you have two Macs, two X-10 interfaces, and one of the Macs is in 'Monitor' mode.  As described above, the second Mac would not actually issue commands, but would test the 'Host' periodically.  Should the current Host fail, then the Monitor Mac could take over the system.  This is a very useful feature.
  34.  
  35. There are many configurations which you can create which may not all be logically reasonable.  
  36.  
  37.  
  38. Verbs for coordinating multiple Macintoshes :  
  39.  
  40. Monitor Mode
  41. set monitor mode: Set monitor mode on or off 
  42.     set monitor mode  true/false
  43.  
  44. If Monitor mode is False, XTension will perform normally.  
  45.  
  46. If Monitor mode is True, XTension will not attempt to send commands
  47. directly to the X-10 interface.
  48.  
  49. If  you set Monitor mode true, and 'target' this Mac at the 'Host' in the
  50. closet, then whenever you issue a command from the Monitor Mac,
  51. it will be sent to the Host to be performed.
  52.  
  53.  
  54. This verb is specially useful when you have redundant XTension systems.  If you happen to have two Macs, two controllers, and AppleTalk, you can run both at the same time.  
  55.  
  56. Although it is possible to have both doing the same or different things,
  57. one should be normally in Monitor mode, and the other normally 
  58. assumes that it's the Master whenever it starts up.
  59.  
  60. The Monitor machine normally starts up in Monitor mode, but it could initiate a scheduled event to run a 'System Integrity' script every minute 
  61. to three minutes.
  62.  
  63. This script sends a simple message to the Master, and expects a response.  If the response is missed for two times in a row, the script will automatically display a dialog, ring alarms, and then use the set monitor mode False command to assume Mastership of the automation system.
  64.  
  65. You must create this script if you want automatic backup switchover.
  66. See the Technote : TN.MultiMacs on the website for an example script.
  67.  
  68. Obviously this example is simple, and incomplete, but further elaboration would require knowledge of the installation.
  69.  
  70. Targeting 
  71.  
  72. set target to: choose a target Mac for AppleEvents
  73.  set target to  string  -- Chooser name of desired target Macintosh
  74.  [ in zone  string ]  -- AppleTalk/EtherTalk zone name
  75.     example :  set target to "Kitchen" in zone "First Floor"
  76.   or          :  set target to "Kitchen" in zone "*"
  77.  
  78. This verb allows you to dynamically select another copy of XTension
  79. running on another Mac on your network to receive notification of all 
  80. local XTension events.
  81.  
  82. This means that you can have a Mac in the basement connected to a X-10 interface, doing the real work, and another in the Kitchen or Office, which receives all XTension events and looks as if it had a controller attached.
  83.  
  84. If you also set the 'target' of the 'Monitor' Mac to the 'Host', then events which you initiate on the 'Monitor' Mac will be sent to the 'Host' who will then actually perform the command.
  85.  
  86. Thus the 'Monitor' Mac copy of XTension will appear to perform as if it were the 'Host'.
  87.  
  88. If you have only one zone, you must use : in zone "*" 
  89.  
  90.  
  91. remove target: clear any target
  92.  remove target    -- No argument necessary
  93.     example :  remove target
  94.  
  95. This verb allows you to dynamically clear the settings created by the 'set target to' verb, and effectively nullify the mode.  This machine will no longer send AppleEvents to the previous 'target'.
  96.  
  97. target name : the address of the 'targeted copy of XTension'
  98. target name    -- a variable which contains the 'current target' for this copy of XTension.
  99.         This should only be used as an interim device, as there will probably be future changes which obviate the need for this feature ?
  100.  
  101.  
  102. Synchronizing the databases between two/more Macs
  103.  
  104. save snapshot: save current values in database to disk file
  105.  save snapshot file "file descriptor"
  106.     example :  save snapshot file " "HD:Desktop Folder:XTensionΔí:Snap1"
  107.  
  108. load snapshot: load current values in file to database
  109.  load snapshot file "file descriptor"
  110.     example :  load snapshot file " "HD:Desktop Folder:XTensionΔí:Snap1"
  111.  
  112. These verbs (and menu items), will cause XTension to save a small file
  113. to disk which contains only the current state and values for each of the
  114. units in your database.  Using the load snapshot verb, you can transfer
  115. this to another copy of XTension ( and the same database ).  The result
  116. is that you synchronize the values between databases on two Macs.
  117.  
  118.